home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / SCSI Samples 1.0 / SCSI DriveID Sample 06⁄07 ƒ / Read Me < prev    next >
Encoding:
Text File  |  1994-06-21  |  1.3 KB  |  38 lines  |  [TEXT/ttxt]

  1. SCSI Drive ID Sample
  2. Copyright © 1994, Apple Computer Inc. All Rights Reserved.
  3.  
  4. This is a very simple sample that shows how driver number,
  5. drive ID, and SCSI Device ID are inter-related.
  6.  
  7. It compiles on the following environments:
  8.  
  9. Think C 7.0
  10. MPW 3.3.1
  11. MetroWerks DR3
  12.  
  13. At this time, this program cannot be compiled in native mode for
  14. Power Macintosh because the "scsi.h" file has not been completely
  15. converted to the Universal Header format. However, the program
  16. does run in compatibility mode on Power Macintosh.
  17.  
  18. Note that, if you are compiling for MetroWerks, you must build
  19. the resources (in file "SCSIDriveIDSample.µ.rsrc") by calling Rez
  20. - you can either build the MPW version first or make the
  21. MetroWerks option in the MakeFile.
  22.  
  23. Because these sources build a half-dozen version of the sample,
  24. (three compilers, 68000 native, 68000 on Power Mac, Power
  25. Mac native someday), some notes on compatibility are in order:
  26.  
  27. 1. The program was originally written and debugged using
  28.     Think C on a Quadra 950.
  29. 2. It was then compiled and tested using MPW 3.3.1.
  30. 3. It was then compiled and tested using MetroWerks DR3.
  31.  
  32. Each additional compiler found a different set of errors and
  33. warnings. In all cases, optional warnings were turned on.
  34.  
  35. Written by Martin Minow, MACDTS.
  36. minow@apple.com
  37. AppleLink: MINOW
  38. .